home *** CD-ROM | disk | FTP | other *** search
- Path: newspost1.alt.net!usenet
- From: howard@vvm.com (Jon Howard)
- Newsgroups: comp.lang.c++
- Subject: How do I combine C and C++ code into a simple VC++ project?
- Date: Fri, 26 Jan 1996 17:00:02 GMT
- Organization: AltNet - Affordable Usenet Access - http://www.alt.net
- Message-ID: <3103c586.6183786@news.alt.net>
- X-Newsreader: Forte Agent .99c/16.141
-
- I have a project where the majority of the code is C, but I want to
- call some functions written in C++ (that are sitting in a different
- file). They all compile great, but at link time the compiler can't
- seem to find the C++ function. Is this type of mixing not allowed? I'm
- using Visual C++ 1.5 on Win 3.1.
-
- Thanks,
- Jon Howard
-